github.com/go-pg/pg/v10/orm.Table.addRelation (method)

12 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L640: 		t.addRelation(&Relation{
		table.go#L674: 	t.addRelation(&Relation{
		table.go#L701: 		t.addRelation(&Relation{
		table.go#L735: 	t.addRelation(&Relation{
		table.go#L770: 		t.addRelation(&Relation{
		table.go#L817: 	t.addRelation(&Relation{
		table.go#L935: 	t.addRelation(&Relation{
		table.go#L1048: 	t.addRelation(&Relation{
		table.go#L1115: 		t.addRelation(&Relation{
		table.go#L1315: 		t.addRelation(&Relation{
		table.go#L1340: 		t.addRelation(&Relation{
		table.go#L1352: func (t *Table) addRelation(rel *Relation) {